1ba479b8c4dfa1e210fbd637ae9d82bbf9354692,src/org/uecide/Sketch.java,Sketch,compileLibrary,#Library#,2860
Before Change
File archive = getCacheFile(getArchiveName(lib)); //getCacheFile("lib" + lib.getName() + ".a");
File utility = lib.getUtilityFolder();
PropertyFile props = ctx.getMerged();
bullet2(lib.toString());
ctx.set("library", archive.getAbsolutePath());
After Change
File archive = getCacheFile(getArchiveName(lib)); //getCacheFile("lib" + lib.getName() + ".a");
File utility = lib.getUtilityFolder();
PropertyFile props = ctx.getMerged();
if (!Base.isQuiet()) bullet2(lib.toString());
ctx.set("library", archive.getAbsolutePath());